configuration / services / network / vif[ID]

CLI REST-API

mbgdevman

mbgdevman
This is a read-write object and valid values are:




See also:
/configuration/services/network/vif[ID]
/configuration/services/network/vif[ID]/daytime
/configuration/services/network/vif[ID]/ftp
/configuration/services/network/vif[ID]/http
/configuration/services/network/vif[ID]/https
/configuration/services/network/vif[ID]/mms
/configuration/services/network/vif[ID]/ntp
/configuration/services/network/vif[ID]/nts
/configuration/services/network/vif[ID]/ptp
/configuration/services/network/vif[ID]/snmp
/configuration/services/network/vif[ID]/ssh
/configuration/services/network/vif[ID]/telnet
/configuration/services/network/vif[ID]/time
/configuration/services/network/vif[ID]/webshell

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/services/network/vif.*


Example using curl:
curl /api/configuration/services/network/vif.*


Method: PATCH
URL: /api/configuration/services/network/vif.*
Body:
{
  "mbgdevman": true
}

Example using curl:
curl -X PATCH /api/configuration/services/network/vif.* -d
{
  "mbgdevman": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]